toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.event
/
[jvm]RenderProcessTerminated
Render
Process
Terminated
public
interface
RenderProcessTerminated
implements
BrowserEvent
An event indicating that the render process of the browser has been terminated.
Members
Functions
browser
Link copied to clipboard
public
Browser
browser
(
)
Returns the
Browser
instance initiated this event.
exit
Code
Link copied to clipboard
public
int
exitCode
(
)
Returns the exit code of the terminated render process.
status
Link copied to clipboard
public
TerminationStatus
status
(
)
Returns the termination status of the terminated render process.